#about {
    background-image: url('../Images/Path\ 1.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#about h3{
   color: white;
   font-weight: 500;
   font-size: 35px;
}
#about p{
    font-size: 18px;
    font-weight: 500;
}
@media (max-width:768px) {
    #about {
        background-size:auto;
     }
}